home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / ASDebugging.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  86 lines

  1. /*
  2.      File:        ASDebugging.idl
  3.  
  4.      Contains:    AppleScript Debugging Interfaces.
  5.  
  6.      Version:    Technology:    AppleScript 1.1
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __ASDEBUGGING_IDL__
  19. #define __ASDEBUGGING_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __APPLEEVENTS_IDL__
  25. #include <AppleEvents.idl>
  26. #endif
  27. #ifndef __APPLESCRIPT_IDL__
  28. #include <AppleScript.idl>
  29. #endif
  30.  
  31. #ifdef __SOMIDL__
  32.  
  33. #if FOR_SYSTEM7_ONLY
  34. /*
  35. *************************************************************************
  36.     Mode Flags
  37. *************************************************************************
  38. */
  39. /*
  40.      This mode flag can be passed to OSASetProperty or OSASetHandler
  41.     and will prevent properties or handlers from being defined in a context
  42.     that doesn't already have bindings for them. An error is returned if
  43.     a current binding doesn't already exist. 
  44. */
  45. /*
  46. *************************************************************************
  47.     Component Selectors
  48. *************************************************************************
  49. */
  50. /*
  51. *************************************************************************
  52.     Context Accessors
  53. *************************************************************************
  54. */
  55. /*
  56.  Errors:
  57.        errOSASystemError        operation failed
  58. */
  59. /*
  60.  Errors:
  61.        errOSASystemError        operation failed
  62. */
  63. /*
  64.  Notes on terminology ID
  65.  
  66.     A terminology ID is derived from script code and language code
  67.     as follows;
  68.  
  69.         terminologyID = ((scriptCode & 0x7F) << 8) | (langCode & 0xFF)
  70. */
  71. /*
  72. *************************************************************************
  73.     Obsolete versions provided for backward compatibility:
  74. */
  75. /*
  76.  Errors:
  77.         errOSASystemError        operation failed
  78. */
  79. /**************************************************************************/
  80. #endif
  81.  
  82. #endif /* __SOMIDL__ */
  83.  
  84. #endif /* __ASDEBUGGING_IDL__ */
  85.  
  86.